home *** CD-ROM | disk | FTP | other *** search
- Path: sparky.insinc.net!netrover!news
- From: charrick@netrover.com
- Newsgroups: comp.lang.c
- Subject: C/C++ cross-platform compatibility
- Date: 4 Mar 1996 23:51:16 GMT
- Organization: netROVER Inc., Toronto, Canada
- Message-ID: <4hfvlk$dn1@bay>
- Reply-To: charrick@netrover.com
- NNTP-Posting-Host: sherbrook12.netrover.com
- X-Newsreader: IBM NewsReader/2 v1.4
-
- I'm working on an application I want to compile on many
- different platforms. Somewhere along the line, I need to
- obtain a list of all files in a directory. In OS/2, DOS,
- WinNT, etc... the way to do this is with DosFindFirst and
- DosFindNext. However, these are not part of the ANSI
- standard, so I want to know, what should I use? Are these
- actually supported on everything, or is there another way
- to do this?
- --------------------------
- Stephane Charette, charrick@netrover.com
-
-